The scatterplot below depicts video games. Global sales (in millions) are graphed against critic scores. The color of each point corresponds to the game genre. Mean global sales and critic scores are also shown with the two reference lines. This graph conveys how theme relates to both sales and reception of games.
## Warning: package 'ggplot2' was built under R version 4.3.2
##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
## Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
## ℹ Please use `linewidth` instead.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.
## Warning in annotate("text", x = mean_critic_score, y =
## max(videogames_clean$Global_Sales, : Ignoring unknown parameters: `linewidth`
## Warning in annotate("text", x = max(videogames_clean$Critic_Score, na.rm =
## TRUE), : Ignoring unknown parameters: `linewidth`
The scatterplot below depicts video games. Global sales (in millions) are graphed against critic scores. The color of each point corresponds to the game genre. Mean global sales and critic scores are also shown with the two reference lines. This graph conveys how theme relates to both sales and reception of games.
## Warning: package 'ggplot2' was built under R version 4.3.2
##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
## Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
## ℹ Please use `linewidth` instead.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.
## Warning in annotate("text", x = mean_critic_score, y =
## max(videogames_clean$Global_Sales, : Ignoring unknown parameters: `linewidth`
## Warning in annotate("text", x = max(videogames_clean$Critic_Score, na.rm =
## TRUE), : Ignoring unknown parameters: `linewidth`